@ayasofyazilim/saas 0.0.125 → 0.0.127
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 +79 -58
- package/CRMService/sdk.gen.ts +325 -31
- package/CRMService/types.gen.ts +116 -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
|
|
@@ -15411,7 +15424,7 @@ export const $UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupM
|
|
|
15411
15424
|
} as const;
|
|
15412
15425
|
|
|
15413
15426
|
export const $UniRefund_SettingService_ProductGroupMerchants_ProductGroupMerchantRelationDto = {
|
|
15414
|
-
required: ['isActive', 'isAssign', 'isDefault', 'productGroupId', 'productGroupName'],
|
|
15427
|
+
required: ['isActive', 'isAssign', 'isDefault', 'productGroupId', 'productGroupName', 'vatId', 'vatRate'],
|
|
15415
15428
|
type: 'object',
|
|
15416
15429
|
properties: {
|
|
15417
15430
|
productGroupName: {
|
|
@@ -15430,6 +15443,14 @@ export const $UniRefund_SettingService_ProductGroupMerchants_ProductGroupMerchan
|
|
|
15430
15443
|
productGroupId: {
|
|
15431
15444
|
type: 'string',
|
|
15432
15445
|
format: 'uuid'
|
|
15446
|
+
},
|
|
15447
|
+
vatRate: {
|
|
15448
|
+
type: 'number',
|
|
15449
|
+
format: 'float'
|
|
15450
|
+
},
|
|
15451
|
+
vatId: {
|
|
15452
|
+
type: 'string',
|
|
15453
|
+
format: 'uuid'
|
|
15433
15454
|
}
|
|
15434
15455
|
},
|
|
15435
15456
|
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, GetApiCrmServiceCustomsByIdEmailsData, GetApiCrmServiceCustomsByIdEmailsResponse, GetApiCrmServiceCustomsByIdTelephonesData, GetApiCrmServiceCustomsByIdTelephonesResponse, GetApiCrmServiceCustomsByIdAddressesData, GetApiCrmServiceCustomsByIdAddressesResponse, GetIntegrationApiCustomsByIdExistData, GetIntegrationApiCustomsByIdExistResponse, GetIntegrationApiCustomsNamesData, GetIntegrationApiCustomsNamesResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, PostApiCrmServiceIndividualsByIdAbpUserAccountData, PostApiCrmServiceIndividualsByIdAbpUserAccountResponse, DeleteApiCrmServiceIndividualsByIdData, DeleteApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsByIdData, GetApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceIndividualsByIdDetailData, GetApiCrmServiceIndividualsByIdDetailResponse, GetApiCrmServiceIndividualsByIdAffiliationsData, GetApiCrmServiceIndividualsByIdAffiliationsResponse, PutApiCrmServiceIndividualsByIdNameData, PutApiCrmServiceIndividualsByIdNameResponse, GetApiCrmServiceIndividualsByIdNameData, GetApiCrmServiceIndividualsByIdNameResponse, GetApiCrmServiceIndividualsByIdPersonalSummariesData, GetApiCrmServiceIndividualsByIdPersonalSummariesResponse, 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, GetApiCrmServiceTaxFreesByIdEmailsData, GetApiCrmServiceTaxFreesByIdEmailsResponse, GetApiCrmServiceTaxFreesByIdTelephonesData, GetApiCrmServiceTaxFreesByIdTelephonesResponse, GetApiCrmServiceTaxFreesByIdAddressesData, GetApiCrmServiceTaxFreesByIdAddressesResponse, 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: {
|
|
@@ -722,6 +746,78 @@ export class CustomsService {
|
|
|
722
746
|
});
|
|
723
747
|
}
|
|
724
748
|
|
|
749
|
+
/**
|
|
750
|
+
* @param data The data for the request.
|
|
751
|
+
* @param data.id
|
|
752
|
+
* @returns unknown Success
|
|
753
|
+
* @throws ApiError
|
|
754
|
+
*/
|
|
755
|
+
public getApiCrmServiceCustomsByIdEmails(data: GetApiCrmServiceCustomsByIdEmailsData): CancelablePromise<GetApiCrmServiceCustomsByIdEmailsResponse> {
|
|
756
|
+
return this.httpRequest.request({
|
|
757
|
+
method: 'GET',
|
|
758
|
+
url: '/api/crm-service/customs/{id}/emails',
|
|
759
|
+
path: {
|
|
760
|
+
id: data.id
|
|
761
|
+
},
|
|
762
|
+
errors: {
|
|
763
|
+
400: 'Bad Request',
|
|
764
|
+
401: 'Unauthorized',
|
|
765
|
+
403: 'Forbidden',
|
|
766
|
+
404: 'Not Found',
|
|
767
|
+
500: 'Server Error',
|
|
768
|
+
501: 'Server Error'
|
|
769
|
+
}
|
|
770
|
+
});
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* @param data The data for the request.
|
|
775
|
+
* @param data.id
|
|
776
|
+
* @returns unknown Success
|
|
777
|
+
* @throws ApiError
|
|
778
|
+
*/
|
|
779
|
+
public getApiCrmServiceCustomsByIdTelephones(data: GetApiCrmServiceCustomsByIdTelephonesData): CancelablePromise<GetApiCrmServiceCustomsByIdTelephonesResponse> {
|
|
780
|
+
return this.httpRequest.request({
|
|
781
|
+
method: 'GET',
|
|
782
|
+
url: '/api/crm-service/customs/{id}/telephones',
|
|
783
|
+
path: {
|
|
784
|
+
id: data.id
|
|
785
|
+
},
|
|
786
|
+
errors: {
|
|
787
|
+
400: 'Bad Request',
|
|
788
|
+
401: 'Unauthorized',
|
|
789
|
+
403: 'Forbidden',
|
|
790
|
+
404: 'Not Found',
|
|
791
|
+
500: 'Server Error',
|
|
792
|
+
501: 'Server Error'
|
|
793
|
+
}
|
|
794
|
+
});
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* @param data The data for the request.
|
|
799
|
+
* @param data.id
|
|
800
|
+
* @returns unknown Success
|
|
801
|
+
* @throws ApiError
|
|
802
|
+
*/
|
|
803
|
+
public getApiCrmServiceCustomsByIdAddresses(data: GetApiCrmServiceCustomsByIdAddressesData): CancelablePromise<GetApiCrmServiceCustomsByIdAddressesResponse> {
|
|
804
|
+
return this.httpRequest.request({
|
|
805
|
+
method: 'GET',
|
|
806
|
+
url: '/api/crm-service/customs/{id}/addresses',
|
|
807
|
+
path: {
|
|
808
|
+
id: data.id
|
|
809
|
+
},
|
|
810
|
+
errors: {
|
|
811
|
+
400: 'Bad Request',
|
|
812
|
+
401: 'Unauthorized',
|
|
813
|
+
403: 'Forbidden',
|
|
814
|
+
404: 'Not Found',
|
|
815
|
+
500: 'Server Error',
|
|
816
|
+
501: 'Server Error'
|
|
817
|
+
}
|
|
818
|
+
});
|
|
819
|
+
}
|
|
820
|
+
|
|
725
821
|
}
|
|
726
822
|
|
|
727
823
|
export class CustomsIntegrationService {
|
|
@@ -1000,6 +1096,54 @@ export class IndividualService {
|
|
|
1000
1096
|
});
|
|
1001
1097
|
}
|
|
1002
1098
|
|
|
1099
|
+
/**
|
|
1100
|
+
* @param data The data for the request.
|
|
1101
|
+
* @param data.id
|
|
1102
|
+
* @returns unknown Success
|
|
1103
|
+
* @throws ApiError
|
|
1104
|
+
*/
|
|
1105
|
+
public getApiCrmServiceIndividualsByIdName(data: GetApiCrmServiceIndividualsByIdNameData): CancelablePromise<GetApiCrmServiceIndividualsByIdNameResponse> {
|
|
1106
|
+
return this.httpRequest.request({
|
|
1107
|
+
method: 'GET',
|
|
1108
|
+
url: '/api/crm-service/individuals/{id}/name',
|
|
1109
|
+
path: {
|
|
1110
|
+
id: data.id
|
|
1111
|
+
},
|
|
1112
|
+
errors: {
|
|
1113
|
+
400: 'Bad Request',
|
|
1114
|
+
401: 'Unauthorized',
|
|
1115
|
+
403: 'Forbidden',
|
|
1116
|
+
404: 'Not Found',
|
|
1117
|
+
500: 'Server Error',
|
|
1118
|
+
501: 'Server Error'
|
|
1119
|
+
}
|
|
1120
|
+
});
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
/**
|
|
1124
|
+
* @param data The data for the request.
|
|
1125
|
+
* @param data.id
|
|
1126
|
+
* @returns unknown Success
|
|
1127
|
+
* @throws ApiError
|
|
1128
|
+
*/
|
|
1129
|
+
public getApiCrmServiceIndividualsByIdPersonalSummaries(data: GetApiCrmServiceIndividualsByIdPersonalSummariesData): CancelablePromise<GetApiCrmServiceIndividualsByIdPersonalSummariesResponse> {
|
|
1130
|
+
return this.httpRequest.request({
|
|
1131
|
+
method: 'GET',
|
|
1132
|
+
url: '/api/crm-service/individuals/{id}/personal-summaries',
|
|
1133
|
+
path: {
|
|
1134
|
+
id: data.id
|
|
1135
|
+
},
|
|
1136
|
+
errors: {
|
|
1137
|
+
400: 'Bad Request',
|
|
1138
|
+
401: 'Unauthorized',
|
|
1139
|
+
403: 'Forbidden',
|
|
1140
|
+
404: 'Not Found',
|
|
1141
|
+
500: 'Server Error',
|
|
1142
|
+
501: 'Server Error'
|
|
1143
|
+
}
|
|
1144
|
+
});
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1003
1147
|
/**
|
|
1004
1148
|
* @param data The data for the request.
|
|
1005
1149
|
* @param data.id
|
|
@@ -2352,6 +2496,7 @@ export class RefundPointService {
|
|
|
2352
2496
|
* @param data The data for the request.
|
|
2353
2497
|
* @param data.ids
|
|
2354
2498
|
* @param data.name
|
|
2499
|
+
* @param data.typeCode
|
|
2355
2500
|
* @param data.sorting
|
|
2356
2501
|
* @param data.skipCount
|
|
2357
2502
|
* @param data.maxResultCount
|
|
@@ -2365,6 +2510,7 @@ export class RefundPointService {
|
|
|
2365
2510
|
query: {
|
|
2366
2511
|
Ids: data.ids,
|
|
2367
2512
|
Name: data.name,
|
|
2513
|
+
TypeCode: data.typeCode,
|
|
2368
2514
|
Sorting: data.sorting,
|
|
2369
2515
|
SkipCount: data.skipCount,
|
|
2370
2516
|
MaxResultCount: data.maxResultCount
|
|
@@ -2384,6 +2530,7 @@ export class RefundPointService {
|
|
|
2384
2530
|
* @param data The data for the request.
|
|
2385
2531
|
* @param data.ids
|
|
2386
2532
|
* @param data.name
|
|
2533
|
+
* @param data.typeCode
|
|
2387
2534
|
* @param data.sorting
|
|
2388
2535
|
* @param data.skipCount
|
|
2389
2536
|
* @param data.maxResultCount
|
|
@@ -2397,6 +2544,7 @@ export class RefundPointService {
|
|
|
2397
2544
|
query: {
|
|
2398
2545
|
Ids: data.ids,
|
|
2399
2546
|
Name: data.name,
|
|
2547
|
+
TypeCode: data.typeCode,
|
|
2400
2548
|
Sorting: data.sorting,
|
|
2401
2549
|
SkipCount: data.skipCount,
|
|
2402
2550
|
MaxResultCount: data.maxResultCount
|
|
@@ -2898,6 +3046,7 @@ export class RefundPointIntegrationService {
|
|
|
2898
3046
|
* @param data The data for the request.
|
|
2899
3047
|
* @param data.ids
|
|
2900
3048
|
* @param data.name
|
|
3049
|
+
* @param data.typeCode
|
|
2901
3050
|
* @param data.sorting
|
|
2902
3051
|
* @param data.skipCount
|
|
2903
3052
|
* @param data.maxResultCount
|
|
@@ -2911,6 +3060,7 @@ export class RefundPointIntegrationService {
|
|
|
2911
3060
|
query: {
|
|
2912
3061
|
Ids: data.ids,
|
|
2913
3062
|
Name: data.name,
|
|
3063
|
+
TypeCode: data.typeCode,
|
|
2914
3064
|
Sorting: data.sorting,
|
|
2915
3065
|
SkipCount: data.skipCount,
|
|
2916
3066
|
MaxResultCount: data.maxResultCount
|
|
@@ -3073,10 +3223,10 @@ export class TaxFreeService {
|
|
|
3073
3223
|
* @returns unknown Success
|
|
3074
3224
|
* @throws ApiError
|
|
3075
3225
|
*/
|
|
3076
|
-
public
|
|
3226
|
+
public getApiCrmServiceTaxFreesById(data: GetApiCrmServiceTaxFreesByIdData): CancelablePromise<GetApiCrmServiceTaxFreesByIdResponse> {
|
|
3077
3227
|
return this.httpRequest.request({
|
|
3078
3228
|
method: 'GET',
|
|
3079
|
-
url: '/api/crm-service/tax-frees/{id}
|
|
3229
|
+
url: '/api/crm-service/tax-frees/{id}',
|
|
3080
3230
|
path: {
|
|
3081
3231
|
id: data.id
|
|
3082
3232
|
},
|
|
@@ -3094,16 +3244,19 @@ export class TaxFreeService {
|
|
|
3094
3244
|
/**
|
|
3095
3245
|
* @param data The data for the request.
|
|
3096
3246
|
* @param data.id
|
|
3247
|
+
* @param data.requestBody
|
|
3097
3248
|
* @returns unknown Success
|
|
3098
3249
|
* @throws ApiError
|
|
3099
3250
|
*/
|
|
3100
|
-
public
|
|
3251
|
+
public putApiCrmServiceTaxFreesById(data: PutApiCrmServiceTaxFreesByIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdResponse> {
|
|
3101
3252
|
return this.httpRequest.request({
|
|
3102
|
-
method: '
|
|
3103
|
-
url: '/api/crm-service/tax-frees/{id}
|
|
3253
|
+
method: 'PUT',
|
|
3254
|
+
url: '/api/crm-service/tax-frees/{id}',
|
|
3104
3255
|
path: {
|
|
3105
3256
|
id: data.id
|
|
3106
3257
|
},
|
|
3258
|
+
body: data.requestBody,
|
|
3259
|
+
mediaType: 'application/json',
|
|
3107
3260
|
errors: {
|
|
3108
3261
|
400: 'Bad Request',
|
|
3109
3262
|
401: 'Unauthorized',
|
|
@@ -3117,16 +3270,17 @@ export class TaxFreeService {
|
|
|
3117
3270
|
|
|
3118
3271
|
/**
|
|
3119
3272
|
* @param data The data for the request.
|
|
3120
|
-
* @param data.
|
|
3273
|
+
* @param data.id
|
|
3121
3274
|
* @returns unknown Success
|
|
3122
3275
|
* @throws ApiError
|
|
3123
3276
|
*/
|
|
3124
|
-
public
|
|
3277
|
+
public getApiCrmServiceTaxFreesByIdDetail(data: GetApiCrmServiceTaxFreesByIdDetailData): CancelablePromise<GetApiCrmServiceTaxFreesByIdDetailResponse> {
|
|
3125
3278
|
return this.httpRequest.request({
|
|
3126
|
-
method: '
|
|
3127
|
-
url: '/api/crm-service/tax-frees/
|
|
3128
|
-
|
|
3129
|
-
|
|
3279
|
+
method: 'GET',
|
|
3280
|
+
url: '/api/crm-service/tax-frees/{id}/detail',
|
|
3281
|
+
path: {
|
|
3282
|
+
id: data.id
|
|
3283
|
+
},
|
|
3130
3284
|
errors: {
|
|
3131
3285
|
400: 'Bad Request',
|
|
3132
3286
|
401: 'Unauthorized',
|
|
@@ -3141,17 +3295,37 @@ export class TaxFreeService {
|
|
|
3141
3295
|
/**
|
|
3142
3296
|
* @param data The data for the request.
|
|
3143
3297
|
* @param data.id
|
|
3144
|
-
* @param data.requestBody
|
|
3145
3298
|
* @returns unknown Success
|
|
3146
3299
|
* @throws ApiError
|
|
3147
3300
|
*/
|
|
3148
|
-
public
|
|
3301
|
+
public getApiCrmServiceTaxFreesByIdSubTaxFree(data: GetApiCrmServiceTaxFreesByIdSubTaxFreeData): CancelablePromise<GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse> {
|
|
3149
3302
|
return this.httpRequest.request({
|
|
3150
|
-
method: '
|
|
3151
|
-
url: '/api/crm-service/tax-frees/{id}',
|
|
3303
|
+
method: 'GET',
|
|
3304
|
+
url: '/api/crm-service/tax-frees/{id}/sub-tax-free',
|
|
3152
3305
|
path: {
|
|
3153
3306
|
id: data.id
|
|
3154
3307
|
},
|
|
3308
|
+
errors: {
|
|
3309
|
+
400: 'Bad Request',
|
|
3310
|
+
401: 'Unauthorized',
|
|
3311
|
+
403: 'Forbidden',
|
|
3312
|
+
404: 'Not Found',
|
|
3313
|
+
500: 'Server Error',
|
|
3314
|
+
501: 'Server Error'
|
|
3315
|
+
}
|
|
3316
|
+
});
|
|
3317
|
+
}
|
|
3318
|
+
|
|
3319
|
+
/**
|
|
3320
|
+
* @param data The data for the request.
|
|
3321
|
+
* @param data.requestBody
|
|
3322
|
+
* @returns unknown Success
|
|
3323
|
+
* @throws ApiError
|
|
3324
|
+
*/
|
|
3325
|
+
public postApiCrmServiceTaxFreesWithComponents(data: PostApiCrmServiceTaxFreesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxFreesWithComponentsResponse> {
|
|
3326
|
+
return this.httpRequest.request({
|
|
3327
|
+
method: 'POST',
|
|
3328
|
+
url: '/api/crm-service/tax-frees/with-components',
|
|
3155
3329
|
body: data.requestBody,
|
|
3156
3330
|
mediaType: 'application/json',
|
|
3157
3331
|
errors: {
|
|
@@ -3448,6 +3622,78 @@ export class TaxFreeService {
|
|
|
3448
3622
|
});
|
|
3449
3623
|
}
|
|
3450
3624
|
|
|
3625
|
+
/**
|
|
3626
|
+
* @param data The data for the request.
|
|
3627
|
+
* @param data.id
|
|
3628
|
+
* @returns unknown Success
|
|
3629
|
+
* @throws ApiError
|
|
3630
|
+
*/
|
|
3631
|
+
public getApiCrmServiceTaxFreesByIdEmails(data: GetApiCrmServiceTaxFreesByIdEmailsData): CancelablePromise<GetApiCrmServiceTaxFreesByIdEmailsResponse> {
|
|
3632
|
+
return this.httpRequest.request({
|
|
3633
|
+
method: 'GET',
|
|
3634
|
+
url: '/api/crm-service/tax-frees/{id}/emails',
|
|
3635
|
+
path: {
|
|
3636
|
+
id: data.id
|
|
3637
|
+
},
|
|
3638
|
+
errors: {
|
|
3639
|
+
400: 'Bad Request',
|
|
3640
|
+
401: 'Unauthorized',
|
|
3641
|
+
403: 'Forbidden',
|
|
3642
|
+
404: 'Not Found',
|
|
3643
|
+
500: 'Server Error',
|
|
3644
|
+
501: 'Server Error'
|
|
3645
|
+
}
|
|
3646
|
+
});
|
|
3647
|
+
}
|
|
3648
|
+
|
|
3649
|
+
/**
|
|
3650
|
+
* @param data The data for the request.
|
|
3651
|
+
* @param data.id
|
|
3652
|
+
* @returns unknown Success
|
|
3653
|
+
* @throws ApiError
|
|
3654
|
+
*/
|
|
3655
|
+
public getApiCrmServiceTaxFreesByIdTelephones(data: GetApiCrmServiceTaxFreesByIdTelephonesData): CancelablePromise<GetApiCrmServiceTaxFreesByIdTelephonesResponse> {
|
|
3656
|
+
return this.httpRequest.request({
|
|
3657
|
+
method: 'GET',
|
|
3658
|
+
url: '/api/crm-service/tax-frees/{id}/telephones',
|
|
3659
|
+
path: {
|
|
3660
|
+
id: data.id
|
|
3661
|
+
},
|
|
3662
|
+
errors: {
|
|
3663
|
+
400: 'Bad Request',
|
|
3664
|
+
401: 'Unauthorized',
|
|
3665
|
+
403: 'Forbidden',
|
|
3666
|
+
404: 'Not Found',
|
|
3667
|
+
500: 'Server Error',
|
|
3668
|
+
501: 'Server Error'
|
|
3669
|
+
}
|
|
3670
|
+
});
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3673
|
+
/**
|
|
3674
|
+
* @param data The data for the request.
|
|
3675
|
+
* @param data.id
|
|
3676
|
+
* @returns unknown Success
|
|
3677
|
+
* @throws ApiError
|
|
3678
|
+
*/
|
|
3679
|
+
public getApiCrmServiceTaxFreesByIdAddresses(data: GetApiCrmServiceTaxFreesByIdAddressesData): CancelablePromise<GetApiCrmServiceTaxFreesByIdAddressesResponse> {
|
|
3680
|
+
return this.httpRequest.request({
|
|
3681
|
+
method: 'GET',
|
|
3682
|
+
url: '/api/crm-service/tax-frees/{id}/addresses',
|
|
3683
|
+
path: {
|
|
3684
|
+
id: data.id
|
|
3685
|
+
},
|
|
3686
|
+
errors: {
|
|
3687
|
+
400: 'Bad Request',
|
|
3688
|
+
401: 'Unauthorized',
|
|
3689
|
+
403: 'Forbidden',
|
|
3690
|
+
404: 'Not Found',
|
|
3691
|
+
500: 'Server Error',
|
|
3692
|
+
501: 'Server Error'
|
|
3693
|
+
}
|
|
3694
|
+
});
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3451
3697
|
}
|
|
3452
3698
|
|
|
3453
3699
|
export class TaxOfficeService {
|
|
@@ -3912,6 +4158,54 @@ export class TaxOfficeService {
|
|
|
3912
4158
|
});
|
|
3913
4159
|
}
|
|
3914
4160
|
|
|
4161
|
+
/**
|
|
4162
|
+
* @param data The data for the request.
|
|
4163
|
+
* @param data.id
|
|
4164
|
+
* @returns unknown Success
|
|
4165
|
+
* @throws ApiError
|
|
4166
|
+
*/
|
|
4167
|
+
public getApiCrmServiceTaxOfficesByIdTelephones(data: GetApiCrmServiceTaxOfficesByIdTelephonesData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdTelephonesResponse> {
|
|
4168
|
+
return this.httpRequest.request({
|
|
4169
|
+
method: 'GET',
|
|
4170
|
+
url: '/api/crm-service/tax-offices/{id}/telephones',
|
|
4171
|
+
path: {
|
|
4172
|
+
id: data.id
|
|
4173
|
+
},
|
|
4174
|
+
errors: {
|
|
4175
|
+
400: 'Bad Request',
|
|
4176
|
+
401: 'Unauthorized',
|
|
4177
|
+
403: 'Forbidden',
|
|
4178
|
+
404: 'Not Found',
|
|
4179
|
+
500: 'Server Error',
|
|
4180
|
+
501: 'Server Error'
|
|
4181
|
+
}
|
|
4182
|
+
});
|
|
4183
|
+
}
|
|
4184
|
+
|
|
4185
|
+
/**
|
|
4186
|
+
* @param data The data for the request.
|
|
4187
|
+
* @param data.id
|
|
4188
|
+
* @returns unknown Success
|
|
4189
|
+
* @throws ApiError
|
|
4190
|
+
*/
|
|
4191
|
+
public getApiCrmServiceTaxOfficesByIdAddresses(data: GetApiCrmServiceTaxOfficesByIdAddressesData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdAddressesResponse> {
|
|
4192
|
+
return this.httpRequest.request({
|
|
4193
|
+
method: 'GET',
|
|
4194
|
+
url: '/api/crm-service/tax-offices/{id}/addresses',
|
|
4195
|
+
path: {
|
|
4196
|
+
id: data.id
|
|
4197
|
+
},
|
|
4198
|
+
errors: {
|
|
4199
|
+
400: 'Bad Request',
|
|
4200
|
+
401: 'Unauthorized',
|
|
4201
|
+
403: 'Forbidden',
|
|
4202
|
+
404: 'Not Found',
|
|
4203
|
+
500: 'Server Error',
|
|
4204
|
+
501: 'Server Error'
|
|
4205
|
+
}
|
|
4206
|
+
});
|
|
4207
|
+
}
|
|
4208
|
+
|
|
3915
4209
|
}
|
|
3916
4210
|
|
|
3917
4211
|
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 = {
|
|
@@ -955,6 +954,8 @@ export type UniRefund_SettingService_ProductGroupMerchants_ProductGroupMerchantR
|
|
|
955
954
|
isActive: boolean;
|
|
956
955
|
isAssign: boolean;
|
|
957
956
|
productGroupId: string;
|
|
957
|
+
vatRate: number;
|
|
958
|
+
vatId: string;
|
|
958
959
|
};
|
|
959
960
|
|
|
960
961
|
export type UniRefund_SettingService_ProductGroups_CompanyTypeCode = 'GOVERNMENT' | 'TAXFREE' | 'CUSTOMS' | 'REFUNDPOINT' | 'MERCHANT' | 'EXCHANGE' | 'TOURGUIDE';
|
|
@@ -1438,6 +1439,19 @@ export type GetApiCrmServiceCustomsData = {
|
|
|
1438
1439
|
|
|
1439
1440
|
export type GetApiCrmServiceCustomsResponse = (PagedResultDto_CustomsProfileDto);
|
|
1440
1441
|
|
|
1442
|
+
export type GetApiCrmServiceCustomsByIdData = {
|
|
1443
|
+
id: string;
|
|
1444
|
+
};
|
|
1445
|
+
|
|
1446
|
+
export type GetApiCrmServiceCustomsByIdResponse = (UniRefund_CRMService_Customss_CustomsDto);
|
|
1447
|
+
|
|
1448
|
+
export type PutApiCrmServiceCustomsByIdData = {
|
|
1449
|
+
id: string;
|
|
1450
|
+
requestBody?: UniRefund_CRMService_Customss_UpdateCustomsDto;
|
|
1451
|
+
};
|
|
1452
|
+
|
|
1453
|
+
export type PutApiCrmServiceCustomsByIdResponse = (UniRefund_CRMService_Customss_CustomsDto);
|
|
1454
|
+
|
|
1441
1455
|
export type GetApiCrmServiceCustomsByIdDetailData = {
|
|
1442
1456
|
id: string;
|
|
1443
1457
|
};
|
|
@@ -1456,13 +1470,6 @@ export type PostApiCrmServiceCustomsWithComponentsData = {
|
|
|
1456
1470
|
|
|
1457
1471
|
export type PostApiCrmServiceCustomsWithComponentsResponse = (UniRefund_CRMService_Customss_CustomsProfileDto);
|
|
1458
1472
|
|
|
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
1473
|
export type DeleteApiCrmServiceCustomsByIdWithComponentsData = {
|
|
1467
1474
|
id: string;
|
|
1468
1475
|
};
|
|
@@ -1542,6 +1549,24 @@ export type GetApiCrmServiceCustomsByIdAffilatedIndividualsData = {
|
|
|
1542
1549
|
|
|
1543
1550
|
export type GetApiCrmServiceCustomsByIdAffilatedIndividualsResponse = (Array<UniRefund_CRMService_Merchants_SubIndividualDto>);
|
|
1544
1551
|
|
|
1552
|
+
export type GetApiCrmServiceCustomsByIdEmailsData = {
|
|
1553
|
+
id: string;
|
|
1554
|
+
};
|
|
1555
|
+
|
|
1556
|
+
export type GetApiCrmServiceCustomsByIdEmailsResponse = (Array<UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto>);
|
|
1557
|
+
|
|
1558
|
+
export type GetApiCrmServiceCustomsByIdTelephonesData = {
|
|
1559
|
+
id: string;
|
|
1560
|
+
};
|
|
1561
|
+
|
|
1562
|
+
export type GetApiCrmServiceCustomsByIdTelephonesResponse = (Array<UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto>);
|
|
1563
|
+
|
|
1564
|
+
export type GetApiCrmServiceCustomsByIdAddressesData = {
|
|
1565
|
+
id: string;
|
|
1566
|
+
};
|
|
1567
|
+
|
|
1568
|
+
export type GetApiCrmServiceCustomsByIdAddressesResponse = (Array<UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto>);
|
|
1569
|
+
|
|
1545
1570
|
export type GetIntegrationApiCustomsByIdExistData = {
|
|
1546
1571
|
id: string;
|
|
1547
1572
|
};
|
|
@@ -1578,7 +1603,7 @@ export type GetApiCrmServiceIndividualsByIdData = {
|
|
|
1578
1603
|
id: string;
|
|
1579
1604
|
};
|
|
1580
1605
|
|
|
1581
|
-
export type GetApiCrmServiceIndividualsByIdResponse = (
|
|
1606
|
+
export type GetApiCrmServiceIndividualsByIdResponse = (UniRefund_CRMService_Individuals_IndividualDto);
|
|
1582
1607
|
|
|
1583
1608
|
export type GetApiCrmServiceIndividualsData = {
|
|
1584
1609
|
email?: string;
|
|
@@ -1617,6 +1642,18 @@ export type PutApiCrmServiceIndividualsByIdNameData = {
|
|
|
1617
1642
|
|
|
1618
1643
|
export type PutApiCrmServiceIndividualsByIdNameResponse = (UniRefund_CRMService_NameCommonDatas_NameCommonDataDto);
|
|
1619
1644
|
|
|
1645
|
+
export type GetApiCrmServiceIndividualsByIdNameData = {
|
|
1646
|
+
id: string;
|
|
1647
|
+
};
|
|
1648
|
+
|
|
1649
|
+
export type GetApiCrmServiceIndividualsByIdNameResponse = (UniRefund_CRMService_NameCommonDatas_NameCommonDataDto);
|
|
1650
|
+
|
|
1651
|
+
export type GetApiCrmServiceIndividualsByIdPersonalSummariesData = {
|
|
1652
|
+
id: string;
|
|
1653
|
+
};
|
|
1654
|
+
|
|
1655
|
+
export type GetApiCrmServiceIndividualsByIdPersonalSummariesResponse = (Array<UniRefund_CRMService_PersonalSummaries_PersonalSummaryDto>);
|
|
1656
|
+
|
|
1620
1657
|
export type PutApiCrmServiceIndividualsByIdPersonalSummaryByPersonalSummaryIdData = {
|
|
1621
1658
|
id: string;
|
|
1622
1659
|
personalSummaryId: string;
|
|
@@ -1683,14 +1720,14 @@ export type GetApiCrmServiceMerchantsByIdData = {
|
|
|
1683
1720
|
id: string;
|
|
1684
1721
|
};
|
|
1685
1722
|
|
|
1686
|
-
export type GetApiCrmServiceMerchantsByIdResponse = (
|
|
1723
|
+
export type GetApiCrmServiceMerchantsByIdResponse = (UniRefund_CRMService_Merchants_MerchantDto);
|
|
1687
1724
|
|
|
1688
1725
|
export type PutApiCrmServiceMerchantsByIdData = {
|
|
1689
1726
|
id: string;
|
|
1690
1727
|
requestBody?: UniRefund_CRMService_Merchants_UpdateMerchantDto;
|
|
1691
1728
|
};
|
|
1692
1729
|
|
|
1693
|
-
export type PutApiCrmServiceMerchantsByIdResponse = (
|
|
1730
|
+
export type PutApiCrmServiceMerchantsByIdResponse = (UniRefund_CRMService_Merchants_MerchantDto);
|
|
1694
1731
|
|
|
1695
1732
|
export type GetApiCrmServiceMerchantsByIdDetailData = {
|
|
1696
1733
|
id: string;
|
|
@@ -1985,6 +2022,7 @@ export type GetApiCrmServiceRefundPointsData = {
|
|
|
1985
2022
|
name?: string;
|
|
1986
2023
|
skipCount?: number;
|
|
1987
2024
|
sorting?: string;
|
|
2025
|
+
typeCode?: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
|
|
1988
2026
|
};
|
|
1989
2027
|
|
|
1990
2028
|
export type GetApiCrmServiceRefundPointsResponse = (PagedResultDto_RefundPointProfileDto);
|
|
@@ -1995,6 +2033,7 @@ export type GetApiCrmServiceRefundPointsAccessibleData = {
|
|
|
1995
2033
|
name?: string;
|
|
1996
2034
|
skipCount?: number;
|
|
1997
2035
|
sorting?: string;
|
|
2036
|
+
typeCode?: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
|
|
1998
2037
|
};
|
|
1999
2038
|
|
|
2000
2039
|
export type GetApiCrmServiceRefundPointsAccessibleResponse = (PagedResultDto_RefundPointProfileDto);
|
|
@@ -2003,7 +2042,7 @@ export type GetApiCrmServiceRefundPointsByIdData = {
|
|
|
2003
2042
|
id: string;
|
|
2004
2043
|
};
|
|
2005
2044
|
|
|
2006
|
-
export type GetApiCrmServiceRefundPointsByIdResponse = (
|
|
2045
|
+
export type GetApiCrmServiceRefundPointsByIdResponse = (UniRefund_CRMService_RefundPoints_RefundPointDto);
|
|
2007
2046
|
|
|
2008
2047
|
export type PutApiCrmServiceRefundPointsByIdData = {
|
|
2009
2048
|
id: string;
|
|
@@ -2132,6 +2171,7 @@ export type GetIntegrationApiRefundPointsData = {
|
|
|
2132
2171
|
name?: string;
|
|
2133
2172
|
skipCount?: number;
|
|
2134
2173
|
sorting?: string;
|
|
2174
|
+
typeCode?: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
|
|
2135
2175
|
};
|
|
2136
2176
|
|
|
2137
2177
|
export type GetIntegrationApiRefundPointsResponse = (PagedResultDto_RefundPointProfileDto);
|
|
@@ -2173,6 +2213,19 @@ export type GetApiCrmServiceTaxFreesData = {
|
|
|
2173
2213
|
|
|
2174
2214
|
export type GetApiCrmServiceTaxFreesResponse = (PagedResultDto_TaxFreeProfileDto);
|
|
2175
2215
|
|
|
2216
|
+
export type GetApiCrmServiceTaxFreesByIdData = {
|
|
2217
|
+
id: string;
|
|
2218
|
+
};
|
|
2219
|
+
|
|
2220
|
+
export type GetApiCrmServiceTaxFreesByIdResponse = (UniRefund_CRMService_TaxFrees_TaxFreeDto);
|
|
2221
|
+
|
|
2222
|
+
export type PutApiCrmServiceTaxFreesByIdData = {
|
|
2223
|
+
id: string;
|
|
2224
|
+
requestBody?: UniRefund_CRMService_TaxFrees_UpdateTaxFreeDto;
|
|
2225
|
+
};
|
|
2226
|
+
|
|
2227
|
+
export type PutApiCrmServiceTaxFreesByIdResponse = (UniRefund_CRMService_TaxFrees_TaxFreeDto);
|
|
2228
|
+
|
|
2176
2229
|
export type GetApiCrmServiceTaxFreesByIdDetailData = {
|
|
2177
2230
|
id: string;
|
|
2178
2231
|
};
|
|
@@ -2191,13 +2244,6 @@ export type PostApiCrmServiceTaxFreesWithComponentsData = {
|
|
|
2191
2244
|
|
|
2192
2245
|
export type PostApiCrmServiceTaxFreesWithComponentsResponse = (UniRefund_CRMService_TaxFrees_TaxFreeProfileDto);
|
|
2193
2246
|
|
|
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
2247
|
export type DeleteApiCrmServiceTaxFreesByIdWithComponentsData = {
|
|
2202
2248
|
id: string;
|
|
2203
2249
|
};
|
|
@@ -2276,6 +2322,24 @@ export type GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData = {
|
|
|
2276
2322
|
|
|
2277
2323
|
export type GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsResponse = (Array<UniRefund_CRMService_Merchants_SubIndividualDto>);
|
|
2278
2324
|
|
|
2325
|
+
export type GetApiCrmServiceTaxFreesByIdEmailsData = {
|
|
2326
|
+
id: string;
|
|
2327
|
+
};
|
|
2328
|
+
|
|
2329
|
+
export type GetApiCrmServiceTaxFreesByIdEmailsResponse = (Array<UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto>);
|
|
2330
|
+
|
|
2331
|
+
export type GetApiCrmServiceTaxFreesByIdTelephonesData = {
|
|
2332
|
+
id: string;
|
|
2333
|
+
};
|
|
2334
|
+
|
|
2335
|
+
export type GetApiCrmServiceTaxFreesByIdTelephonesResponse = (Array<UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto>);
|
|
2336
|
+
|
|
2337
|
+
export type GetApiCrmServiceTaxFreesByIdAddressesData = {
|
|
2338
|
+
id: string;
|
|
2339
|
+
};
|
|
2340
|
+
|
|
2341
|
+
export type GetApiCrmServiceTaxFreesByIdAddressesResponse = (Array<UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto>);
|
|
2342
|
+
|
|
2279
2343
|
export type GetApiCrmServiceTaxOfficesData = {
|
|
2280
2344
|
maxResultCount?: number;
|
|
2281
2345
|
name?: string;
|
|
@@ -2289,7 +2353,7 @@ export type GetApiCrmServiceTaxOfficesByIdData = {
|
|
|
2289
2353
|
id: string;
|
|
2290
2354
|
};
|
|
2291
2355
|
|
|
2292
|
-
export type GetApiCrmServiceTaxOfficesByIdResponse = (
|
|
2356
|
+
export type GetApiCrmServiceTaxOfficesByIdResponse = (UniRefund_CRMService_TaxOffices_TaxOfficeDto);
|
|
2293
2357
|
|
|
2294
2358
|
export type PutApiCrmServiceTaxOfficesByIdData = {
|
|
2295
2359
|
id: string;
|
|
@@ -2400,6 +2464,18 @@ export type GetApiCrmServiceTaxOfficesByIdEmailsData = {
|
|
|
2400
2464
|
|
|
2401
2465
|
export type GetApiCrmServiceTaxOfficesByIdEmailsResponse = (Array<UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto>);
|
|
2402
2466
|
|
|
2467
|
+
export type GetApiCrmServiceTaxOfficesByIdTelephonesData = {
|
|
2468
|
+
id: string;
|
|
2469
|
+
};
|
|
2470
|
+
|
|
2471
|
+
export type GetApiCrmServiceTaxOfficesByIdTelephonesResponse = (Array<UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto>);
|
|
2472
|
+
|
|
2473
|
+
export type GetApiCrmServiceTaxOfficesByIdAddressesData = {
|
|
2474
|
+
id: string;
|
|
2475
|
+
};
|
|
2476
|
+
|
|
2477
|
+
export type GetApiCrmServiceTaxOfficesByIdAddressesResponse = (Array<UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto>);
|
|
2478
|
+
|
|
2403
2479
|
export type GetIntegrationApiTaxOfficesByIdData = {
|
|
2404
2480
|
id: string;
|
|
2405
2481
|
};
|