@ayasofyazilim/saas 0.0.81 → 0.0.83

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.
@@ -635,6 +635,11 @@ export type UniRefund_CRMService_RefundPoints_RefundPointBasicInformationDto = {
635
635
  accountManagers?: Array<UniRefund_CRMService_Individuals_IndividualIdNameDto> | null;
636
636
  };
637
637
 
638
+ export type UniRefund_CRMService_RefundPoints_RefundPointDetailForRefund = {
639
+ name?: string | null;
640
+ fullAddress?: string | null;
641
+ };
642
+
638
643
  export type UniRefund_CRMService_RefundPoints_RefundPointDto = {
639
644
  id?: string;
640
645
  creationTime?: string;
@@ -691,7 +696,6 @@ export type UniRefund_CRMService_TaxFrees_CreateTaxFreeOrganizationDto = {
691
696
  legalStatusCode: string;
692
697
  customerNumber?: string | null;
693
698
  branchId?: string | null;
694
- parentCompanyId?: string | null;
695
699
  contactInformations?: Array<UniRefund_CRMService_ContactInformationTypes_CreateContactInformationTypeDto> | null;
696
700
  };
697
701
 
@@ -1420,6 +1424,12 @@ export type PutApiCrmServiceCustomsByIdEmailsByEmailIdData = {
1420
1424
 
1421
1425
  export type PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse = UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto;
1422
1426
 
1427
+ export type GetApiCrmServiceCustomsByIdAffilatedIndividualsData = {
1428
+ id: string;
1429
+ };
1430
+
1431
+ export type GetApiCrmServiceCustomsByIdAffilatedIndividualsResponse = Array<UniRefund_CRMService_Merchants_SubIndividualDto>;
1432
+
1423
1433
  export type PostApiCrmServiceIndividualsWithComponentsData = {
1424
1434
  requestBody?: UniRefund_CRMService_Individuals_CreateIndividualDto;
1425
1435
  };
@@ -1480,6 +1490,8 @@ export type GetApiCrmServiceIndividualsByIdAffiliationsResponse = UniRefund_CRMS
1480
1490
  export type GetApiCrmServiceMerchantsData = {
1481
1491
  ids?: Array<(string)>;
1482
1492
  maxResultCount?: number;
1493
+ name?: string;
1494
+ productGroupIds?: Array<(string)>;
1483
1495
  skipCount?: number;
1484
1496
  sorting?: string;
1485
1497
  typeCodes?: Array<UniRefund_CRMService_Merchants_MerchantTypeCode>;
@@ -1487,20 +1499,6 @@ export type GetApiCrmServiceMerchantsData = {
1487
1499
 
1488
1500
  export type GetApiCrmServiceMerchantsResponse = PagedResultDto_MerchantProfileDto;
1489
1501
 
1490
- export type GetApiCrmServiceMerchantsByIdBasicInformationData = {
1491
- id: string;
1492
- };
1493
-
1494
- export type GetApiCrmServiceMerchantsByIdBasicInformationResponse = UniRefund_CRMService_Merchants_MerchantBasicInformationDto;
1495
-
1496
- export type GetApiCrmServiceMerchantsInfoData = {
1497
- branchId?: string;
1498
- countryCode?: string;
1499
- vatNumber?: string;
1500
- };
1501
-
1502
- export type GetApiCrmServiceMerchantsInfoResponse = UniRefund_CRMService_Merchants_MerchantInfoDto;
1503
-
1504
1502
  export type GetApiCrmServiceMerchantsByIdData = {
1505
1503
  id: string;
1506
1504
  };
@@ -1514,14 +1512,6 @@ export type PutApiCrmServiceMerchantsByIdData = {
1514
1512
 
1515
1513
  export type PutApiCrmServiceMerchantsByIdResponse = UniRefund_CRMService_Merchants_MerchantBaseDto;
1516
1514
 
1517
- export type GetApiCrmServiceMerchantsByIdEnsureExistData = {
1518
- id: string;
1519
- subId?: string;
1520
- typeCode?: UniRefund_CRMService_Merchants_MerchantTypeCode;
1521
- };
1522
-
1523
- export type GetApiCrmServiceMerchantsByIdEnsureExistResponse = unknown;
1524
-
1525
1515
  export type GetApiCrmServiceMerchantsByIdDetailData = {
1526
1516
  id: string;
1527
1517
  };
@@ -1677,6 +1667,56 @@ export type PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummary
1677
1667
 
1678
1668
  export type PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse = UniRefund_CRMService_PersonalSummaries_PersonalSummaryDto;
1679
1669
 
1670
+ export type GetIntegrationApiMerchantsByIdBasicInformationData = {
1671
+ id: string;
1672
+ };
1673
+
1674
+ export type GetIntegrationApiMerchantsByIdBasicInformationResponse = UniRefund_CRMService_Merchants_MerchantBasicInformationDto;
1675
+
1676
+ export type GetIntegrationApiMerchantsInfoData = {
1677
+ branchId?: string;
1678
+ countryCode?: string;
1679
+ vatNumber?: string;
1680
+ };
1681
+
1682
+ export type GetIntegrationApiMerchantsInfoResponse = UniRefund_CRMService_Merchants_MerchantInfoDto;
1683
+
1684
+ export type GetIntegrationApiMerchantsByIdEnsureExistData = {
1685
+ id: string;
1686
+ storeId?: string;
1687
+ typeCode?: UniRefund_CRMService_Merchants_MerchantTypeCode;
1688
+ };
1689
+
1690
+ export type GetIntegrationApiMerchantsByIdEnsureExistResponse = unknown;
1691
+
1692
+ export type GetIntegrationApiMerchantsData = {
1693
+ ids: Array<(string)>;
1694
+ typeCodes?: Array<UniRefund_CRMService_Merchants_MerchantTypeCode>;
1695
+ };
1696
+
1697
+ export type GetIntegrationApiMerchantsResponse = Array<UniRefund_CRMService_Merchants_MerchantProfileDto>;
1698
+
1699
+ export type GetIntegrationApiMerchantsByIdStoresData = {
1700
+ id: string;
1701
+ maxResultCount?: number;
1702
+ skipCount?: number;
1703
+ sorting?: string;
1704
+ };
1705
+
1706
+ export type GetIntegrationApiMerchantsByIdStoresResponse = UniRefund_CRMService_Merchants_StoreProfilePagedResultDto;
1707
+
1708
+ export type GetIntegrationApiMerchantsByIdDetailData = {
1709
+ id: string;
1710
+ };
1711
+
1712
+ export type GetIntegrationApiMerchantsByIdDetailResponse = UniRefund_CRMService_Merchants_MerchantDetailDto;
1713
+
1714
+ export type GetIntegrationApiMerchantsDetailsListData = {
1715
+ ids?: Array<(string)>;
1716
+ };
1717
+
1718
+ export type GetIntegrationApiMerchantsDetailsListResponse = Array<UniRefund_CRMService_Merchants_MerchantDetailDto>;
1719
+
1680
1720
  export type PostApiCrmServiceOrganizationsWithComponentsData = {
1681
1721
  requestBody?: UniRefund_CRMService_Organizations_CreateOrganizationDto;
1682
1722
  };
@@ -1797,6 +1837,18 @@ export type GetApiCrmServiceRefundPointsRefundPointNamesData = {
1797
1837
 
1798
1838
  export type GetApiCrmServiceRefundPointsRefundPointNamesResponse = PagedResultDto_RefundPointNameDto;
1799
1839
 
1840
+ export type GetApiCrmServiceRefundPointsByIdAffiliatedIndividualData = {
1841
+ id: string;
1842
+ };
1843
+
1844
+ export type GetApiCrmServiceRefundPointsByIdAffiliatedIndividualResponse = Array<UniRefund_CRMService_Merchants_SubIndividualDto>;
1845
+
1846
+ export type GetIntegrationApiRefundPointsData = {
1847
+ id?: string;
1848
+ };
1849
+
1850
+ export type GetIntegrationApiRefundPointsResponse = UniRefund_CRMService_RefundPoints_RefundPointDetailForRefund;
1851
+
1800
1852
  export type GetApiCrmServiceTaxFreesData = {
1801
1853
  maxResultCount?: number;
1802
1854
  skipCount?: number;
@@ -1879,6 +1931,12 @@ export type PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData = {
1879
1931
 
1880
1932
  export type PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse = UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto;
1881
1933
 
1934
+ export type GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData = {
1935
+ id: string;
1936
+ };
1937
+
1938
+ export type GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsResponse = Array<UniRefund_CRMService_Merchants_SubIndividualDto>;
1939
+
1882
1940
  export type GetApiCrmServiceTaxOfficesData = {
1883
1941
  maxResultCount?: number;
1884
1942
  skipCount?: number;
@@ -1973,6 +2031,12 @@ export type GetApiCrmServiceTaxOfficesByIdAnyData = {
1973
2031
 
1974
2032
  export type GetApiCrmServiceTaxOfficesByIdAnyResponse = boolean;
1975
2033
 
2034
+ export type GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsData = {
2035
+ id: string;
2036
+ };
2037
+
2038
+ export type GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsResponse = Array<UniRefund_CRMService_Merchants_SubIndividualDto>;
2039
+
1976
2040
  export type $OpenApiTs = {
1977
2041
  '/api/abp/api-definition': {
1978
2042
  get: {
@@ -2734,14 +2798,14 @@ export type $OpenApiTs = {
2734
2798
  };
2735
2799
  };
2736
2800
  };
2737
- '/api/crm-service/individuals/with-components': {
2738
- post: {
2739
- req: PostApiCrmServiceIndividualsWithComponentsData;
2801
+ '/api/crm-service/customs/{id}/affilated-individuals': {
2802
+ get: {
2803
+ req: GetApiCrmServiceCustomsByIdAffilatedIndividualsData;
2740
2804
  res: {
2741
2805
  /**
2742
2806
  * Success
2743
2807
  */
2744
- 200: UniRefund_CRMService_Individuals_IndividualDto;
2808
+ 200: Array<UniRefund_CRMService_Merchants_SubIndividualDto>;
2745
2809
  /**
2746
2810
  * Bad Request
2747
2811
  */
@@ -2769,47 +2833,14 @@ export type $OpenApiTs = {
2769
2833
  };
2770
2834
  };
2771
2835
  };
2772
- '/api/crm-service/individuals/{id}': {
2773
- delete: {
2774
- req: DeleteApiCrmServiceIndividualsByIdData;
2775
- res: {
2776
- /**
2777
- * Success
2778
- */
2779
- 200: unknown;
2780
- /**
2781
- * Bad Request
2782
- */
2783
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2784
- /**
2785
- * Unauthorized
2786
- */
2787
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2788
- /**
2789
- * Forbidden
2790
- */
2791
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2792
- /**
2793
- * Not Found
2794
- */
2795
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2796
- /**
2797
- * Server Error
2798
- */
2799
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2800
- /**
2801
- * Server Error
2802
- */
2803
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2804
- };
2805
- };
2806
- get: {
2807
- req: GetApiCrmServiceIndividualsByIdData;
2836
+ '/api/crm-service/individuals/with-components': {
2837
+ post: {
2838
+ req: PostApiCrmServiceIndividualsWithComponentsData;
2808
2839
  res: {
2809
2840
  /**
2810
2841
  * Success
2811
2842
  */
2812
- 200: UniRefund_CRMService_Individuals_IndividualProfileDto;
2843
+ 200: UniRefund_CRMService_Individuals_IndividualDto;
2813
2844
  /**
2814
2845
  * Bad Request
2815
2846
  */
@@ -2837,14 +2868,14 @@ export type $OpenApiTs = {
2837
2868
  };
2838
2869
  };
2839
2870
  };
2840
- '/api/crm-service/individuals': {
2841
- get: {
2842
- req: GetApiCrmServiceIndividualsData;
2871
+ '/api/crm-service/individuals/{id}': {
2872
+ delete: {
2873
+ req: DeleteApiCrmServiceIndividualsByIdData;
2843
2874
  res: {
2844
2875
  /**
2845
2876
  * Success
2846
2877
  */
2847
- 200: PagedResultDto_IndividualProfileDto;
2878
+ 200: unknown;
2848
2879
  /**
2849
2880
  * Bad Request
2850
2881
  */
@@ -2871,15 +2902,13 @@ export type $OpenApiTs = {
2871
2902
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
2872
2903
  };
2873
2904
  };
2874
- };
2875
- '/api/crm-service/individuals/user-devices-names': {
2876
2905
  get: {
2877
- req: GetApiCrmServiceIndividualsUserDevicesNamesData;
2906
+ req: GetApiCrmServiceIndividualsByIdData;
2878
2907
  res: {
2879
2908
  /**
2880
2909
  * Success
2881
2910
  */
2882
- 200: PagedResultDto_UserDeviceNameDto;
2911
+ 200: UniRefund_CRMService_Individuals_IndividualProfileDto;
2883
2912
  /**
2884
2913
  * Bad Request
2885
2914
  */
@@ -2907,14 +2936,14 @@ export type $OpenApiTs = {
2907
2936
  };
2908
2937
  };
2909
2938
  };
2910
- '/api/crm-service/individuals/all-user-devices-names': {
2939
+ '/api/crm-service/individuals': {
2911
2940
  get: {
2912
- req: GetApiCrmServiceIndividualsAllUserDevicesNamesData;
2941
+ req: GetApiCrmServiceIndividualsData;
2913
2942
  res: {
2914
2943
  /**
2915
2944
  * Success
2916
2945
  */
2917
- 200: Array<UniRefund_CRMService_RefundPoints_UserDeviceNameDto>;
2946
+ 200: PagedResultDto_IndividualProfileDto;
2918
2947
  /**
2919
2948
  * Bad Request
2920
2949
  */
@@ -2942,14 +2971,14 @@ export type $OpenApiTs = {
2942
2971
  };
2943
2972
  };
2944
2973
  };
2945
- '/api/crm-service/individuals/{id}/affiliations': {
2974
+ '/api/crm-service/individuals/user-devices-names': {
2946
2975
  get: {
2947
- req: GetApiCrmServiceIndividualsByIdAffiliationsData;
2976
+ req: GetApiCrmServiceIndividualsUserDevicesNamesData;
2948
2977
  res: {
2949
2978
  /**
2950
2979
  * Success
2951
2980
  */
2952
- 200: UniRefund_CRMService_Individuals_IndividualAffiliationsDto;
2981
+ 200: PagedResultDto_UserDeviceNameDto;
2953
2982
  /**
2954
2983
  * Bad Request
2955
2984
  */
@@ -2977,14 +3006,14 @@ export type $OpenApiTs = {
2977
3006
  };
2978
3007
  };
2979
3008
  };
2980
- '/api/crm-service/merchants': {
3009
+ '/api/crm-service/individuals/all-user-devices-names': {
2981
3010
  get: {
2982
- req: GetApiCrmServiceMerchantsData;
3011
+ req: GetApiCrmServiceIndividualsAllUserDevicesNamesData;
2983
3012
  res: {
2984
3013
  /**
2985
3014
  * Success
2986
3015
  */
2987
- 200: PagedResultDto_MerchantProfileDto;
3016
+ 200: Array<UniRefund_CRMService_RefundPoints_UserDeviceNameDto>;
2988
3017
  /**
2989
3018
  * Bad Request
2990
3019
  */
@@ -3012,14 +3041,14 @@ export type $OpenApiTs = {
3012
3041
  };
3013
3042
  };
3014
3043
  };
3015
- '/api/crm-service/merchants/{id}/basic-information': {
3044
+ '/api/crm-service/individuals/{id}/affiliations': {
3016
3045
  get: {
3017
- req: GetApiCrmServiceMerchantsByIdBasicInformationData;
3046
+ req: GetApiCrmServiceIndividualsByIdAffiliationsData;
3018
3047
  res: {
3019
3048
  /**
3020
3049
  * Success
3021
3050
  */
3022
- 200: UniRefund_CRMService_Merchants_MerchantBasicInformationDto;
3051
+ 200: UniRefund_CRMService_Individuals_IndividualAffiliationsDto;
3023
3052
  /**
3024
3053
  * Bad Request
3025
3054
  */
@@ -3047,14 +3076,14 @@ export type $OpenApiTs = {
3047
3076
  };
3048
3077
  };
3049
3078
  };
3050
- '/api/crm-service/merchants/info': {
3079
+ '/api/crm-service/merchants': {
3051
3080
  get: {
3052
- req: GetApiCrmServiceMerchantsInfoData;
3081
+ req: GetApiCrmServiceMerchantsData;
3053
3082
  res: {
3054
3083
  /**
3055
3084
  * Success
3056
3085
  */
3057
- 200: UniRefund_CRMService_Merchants_MerchantInfoDto;
3086
+ 200: PagedResultDto_MerchantProfileDto;
3058
3087
  /**
3059
3088
  * Bad Request
3060
3089
  */
@@ -3150,41 +3179,6 @@ export type $OpenApiTs = {
3150
3179
  };
3151
3180
  };
3152
3181
  };
3153
- '/api/crm-service/merchants/{id}/ensure-exist': {
3154
- get: {
3155
- req: GetApiCrmServiceMerchantsByIdEnsureExistData;
3156
- res: {
3157
- /**
3158
- * Success
3159
- */
3160
- 200: unknown;
3161
- /**
3162
- * Bad Request
3163
- */
3164
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
3165
- /**
3166
- * Unauthorized
3167
- */
3168
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
3169
- /**
3170
- * Forbidden
3171
- */
3172
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
3173
- /**
3174
- * Not Found
3175
- */
3176
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
3177
- /**
3178
- * Server Error
3179
- */
3180
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
3181
- /**
3182
- * Server Error
3183
- */
3184
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
3185
- };
3186
- };
3187
- };
3188
3182
  '/api/crm-service/merchants/{id}/detail': {
3189
3183
  get: {
3190
3184
  req: GetApiCrmServiceMerchantsByIdDetailData;
@@ -3914,14 +3908,14 @@ export type $OpenApiTs = {
3914
3908
  };
3915
3909
  };
3916
3910
  };
3917
- '/api/crm-service/organizations/with-components': {
3918
- post: {
3919
- req: PostApiCrmServiceOrganizationsWithComponentsData;
3911
+ '/integration-api/merchants/{id}/basic-information': {
3912
+ get: {
3913
+ req: GetIntegrationApiMerchantsByIdBasicInformationData;
3920
3914
  res: {
3921
3915
  /**
3922
3916
  * Success
3923
3917
  */
3924
- 200: unknown;
3918
+ 200: UniRefund_CRMService_Merchants_MerchantBasicInformationDto;
3925
3919
  /**
3926
3920
  * Bad Request
3927
3921
  */
@@ -3949,14 +3943,14 @@ export type $OpenApiTs = {
3949
3943
  };
3950
3944
  };
3951
3945
  };
3952
- '/api/crm-service/organizations': {
3946
+ '/integration-api/merchants/info': {
3953
3947
  get: {
3954
- req: GetApiCrmServiceOrganizationsData;
3948
+ req: GetIntegrationApiMerchantsInfoData;
3955
3949
  res: {
3956
3950
  /**
3957
3951
  * Success
3958
3952
  */
3959
- 200: PagedResultDto_OrganizationProfileDto;
3953
+ 200: UniRefund_CRMService_Merchants_MerchantInfoDto;
3960
3954
  /**
3961
3955
  * Bad Request
3962
3956
  */
@@ -3984,14 +3978,14 @@ export type $OpenApiTs = {
3984
3978
  };
3985
3979
  };
3986
3980
  };
3987
- '/api/crm-service/refund-points': {
3981
+ '/integration-api/merchants/{id}/ensure-exist': {
3988
3982
  get: {
3989
- req: GetApiCrmServiceRefundPointsData;
3983
+ req: GetIntegrationApiMerchantsByIdEnsureExistData;
3990
3984
  res: {
3991
3985
  /**
3992
3986
  * Success
3993
3987
  */
3994
- 200: PagedResultDto_RefundPointProfileDto;
3988
+ 200: unknown;
3995
3989
  /**
3996
3990
  * Bad Request
3997
3991
  */
@@ -4019,14 +4013,14 @@ export type $OpenApiTs = {
4019
4013
  };
4020
4014
  };
4021
4015
  };
4022
- '/api/crm-service/refund-points/{id}/detail': {
4016
+ '/integration-api/merchants': {
4023
4017
  get: {
4024
- req: GetApiCrmServiceRefundPointsByIdDetailData;
4018
+ req: GetIntegrationApiMerchantsData;
4025
4019
  res: {
4026
4020
  /**
4027
4021
  * Success
4028
4022
  */
4029
- 200: UniRefund_CRMService_RefundPoints_RefundPointDto;
4023
+ 200: Array<UniRefund_CRMService_Merchants_MerchantProfileDto>;
4030
4024
  /**
4031
4025
  * Bad Request
4032
4026
  */
@@ -4054,14 +4048,14 @@ export type $OpenApiTs = {
4054
4048
  };
4055
4049
  };
4056
4050
  };
4057
- '/api/crm-service/refund-points/{id}/basic-information': {
4051
+ '/integration-api/merchants/{id}/stores': {
4058
4052
  get: {
4059
- req: GetApiCrmServiceRefundPointsByIdBasicInformationData;
4053
+ req: GetIntegrationApiMerchantsByIdStoresData;
4060
4054
  res: {
4061
4055
  /**
4062
4056
  * Success
4063
4057
  */
4064
- 200: UniRefund_CRMService_RefundPoints_RefundPointBasicInformationDto;
4058
+ 200: UniRefund_CRMService_Merchants_StoreProfilePagedResultDto;
4065
4059
  /**
4066
4060
  * Bad Request
4067
4061
  */
@@ -4089,14 +4083,14 @@ export type $OpenApiTs = {
4089
4083
  };
4090
4084
  };
4091
4085
  };
4092
- '/api/crm-service/refund-points/{id}/sub-refund-points': {
4086
+ '/integration-api/merchants/{id}/detail': {
4093
4087
  get: {
4094
- req: GetApiCrmServiceRefundPointsByIdSubRefundPointsData;
4088
+ req: GetIntegrationApiMerchantsByIdDetailData;
4095
4089
  res: {
4096
4090
  /**
4097
4091
  * Success
4098
4092
  */
4099
- 200: PagedResultDto_RefundPointProfileDto;
4093
+ 200: UniRefund_CRMService_Merchants_MerchantDetailDto;
4100
4094
  /**
4101
4095
  * Bad Request
4102
4096
  */
@@ -4124,14 +4118,14 @@ export type $OpenApiTs = {
4124
4118
  };
4125
4119
  };
4126
4120
  };
4127
- '/api/crm-service/refund-points/with-components': {
4128
- post: {
4129
- req: PostApiCrmServiceRefundPointsWithComponentsData;
4121
+ '/integration-api/merchants/details-list': {
4122
+ get: {
4123
+ req: GetIntegrationApiMerchantsDetailsListData;
4130
4124
  res: {
4131
4125
  /**
4132
4126
  * Success
4133
4127
  */
4134
- 200: UniRefund_CRMService_Merchants_RefundPointProfileDto;
4128
+ 200: Array<UniRefund_CRMService_Merchants_MerchantDetailDto>;
4135
4129
  /**
4136
4130
  * Bad Request
4137
4131
  */
@@ -4159,9 +4153,9 @@ export type $OpenApiTs = {
4159
4153
  };
4160
4154
  };
4161
4155
  };
4162
- '/api/crm-service/refund-points/{id}/with-components': {
4163
- delete: {
4164
- req: DeleteApiCrmServiceRefundPointsByIdWithComponentsData;
4156
+ '/api/crm-service/organizations/with-components': {
4157
+ post: {
4158
+ req: PostApiCrmServiceOrganizationsWithComponentsData;
4165
4159
  res: {
4166
4160
  /**
4167
4161
  * Success
@@ -4194,14 +4188,14 @@ export type $OpenApiTs = {
4194
4188
  };
4195
4189
  };
4196
4190
  };
4197
- '/api/crm-service/refund-points/{id}/affiliations': {
4198
- post: {
4199
- req: PostApiCrmServiceRefundPointsByIdAffiliationsData;
4191
+ '/api/crm-service/organizations': {
4192
+ get: {
4193
+ req: GetApiCrmServiceOrganizationsData;
4200
4194
  res: {
4201
4195
  /**
4202
4196
  * Success
4203
4197
  */
4204
- 200: unknown;
4198
+ 200: PagedResultDto_OrganizationProfileDto;
4205
4199
  /**
4206
4200
  * Bad Request
4207
4201
  */
@@ -4228,13 +4222,15 @@ export type $OpenApiTs = {
4228
4222
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
4229
4223
  };
4230
4224
  };
4225
+ };
4226
+ '/api/crm-service/refund-points': {
4231
4227
  get: {
4232
- req: GetApiCrmServiceRefundPointsByIdAffiliationsData;
4228
+ req: GetApiCrmServiceRefundPointsData;
4233
4229
  res: {
4234
4230
  /**
4235
4231
  * Success
4236
4232
  */
4237
- 200: PagedResultDto_AffiliationTypeDto;
4233
+ 200: PagedResultDto_RefundPointProfileDto;
4238
4234
  /**
4239
4235
  * Bad Request
4240
4236
  */
@@ -4262,14 +4258,14 @@ export type $OpenApiTs = {
4262
4258
  };
4263
4259
  };
4264
4260
  };
4265
- '/api/crm-service/refund-points/{id}/organizations/{organizationId}': {
4266
- put: {
4267
- req: PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData;
4261
+ '/api/crm-service/refund-points/{id}/detail': {
4262
+ get: {
4263
+ req: GetApiCrmServiceRefundPointsByIdDetailData;
4268
4264
  res: {
4269
4265
  /**
4270
4266
  * Success
4271
4267
  */
4272
- 200: UniRefund_CRMService_Organizations_OrganizationDto;
4268
+ 200: UniRefund_CRMService_RefundPoints_RefundPointDto;
4273
4269
  /**
4274
4270
  * Bad Request
4275
4271
  */
@@ -4297,10 +4293,253 @@ export type $OpenApiTs = {
4297
4293
  };
4298
4294
  };
4299
4295
  };
4300
- '/api/crm-service/refund-points/{id}/telephones/{telephoneId}': {
4301
- put: {
4302
- req: PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData;
4303
- res: {
4296
+ '/api/crm-service/refund-points/{id}/basic-information': {
4297
+ get: {
4298
+ req: GetApiCrmServiceRefundPointsByIdBasicInformationData;
4299
+ res: {
4300
+ /**
4301
+ * Success
4302
+ */
4303
+ 200: UniRefund_CRMService_RefundPoints_RefundPointBasicInformationDto;
4304
+ /**
4305
+ * Bad Request
4306
+ */
4307
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4308
+ /**
4309
+ * Unauthorized
4310
+ */
4311
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4312
+ /**
4313
+ * Forbidden
4314
+ */
4315
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4316
+ /**
4317
+ * Not Found
4318
+ */
4319
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4320
+ /**
4321
+ * Server Error
4322
+ */
4323
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4324
+ /**
4325
+ * Server Error
4326
+ */
4327
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4328
+ };
4329
+ };
4330
+ };
4331
+ '/api/crm-service/refund-points/{id}/sub-refund-points': {
4332
+ get: {
4333
+ req: GetApiCrmServiceRefundPointsByIdSubRefundPointsData;
4334
+ res: {
4335
+ /**
4336
+ * Success
4337
+ */
4338
+ 200: PagedResultDto_RefundPointProfileDto;
4339
+ /**
4340
+ * Bad Request
4341
+ */
4342
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4343
+ /**
4344
+ * Unauthorized
4345
+ */
4346
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4347
+ /**
4348
+ * Forbidden
4349
+ */
4350
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4351
+ /**
4352
+ * Not Found
4353
+ */
4354
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4355
+ /**
4356
+ * Server Error
4357
+ */
4358
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4359
+ /**
4360
+ * Server Error
4361
+ */
4362
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4363
+ };
4364
+ };
4365
+ };
4366
+ '/api/crm-service/refund-points/with-components': {
4367
+ post: {
4368
+ req: PostApiCrmServiceRefundPointsWithComponentsData;
4369
+ res: {
4370
+ /**
4371
+ * Success
4372
+ */
4373
+ 200: UniRefund_CRMService_Merchants_RefundPointProfileDto;
4374
+ /**
4375
+ * Bad Request
4376
+ */
4377
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4378
+ /**
4379
+ * Unauthorized
4380
+ */
4381
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4382
+ /**
4383
+ * Forbidden
4384
+ */
4385
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4386
+ /**
4387
+ * Not Found
4388
+ */
4389
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4390
+ /**
4391
+ * Server Error
4392
+ */
4393
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4394
+ /**
4395
+ * Server Error
4396
+ */
4397
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4398
+ };
4399
+ };
4400
+ };
4401
+ '/api/crm-service/refund-points/{id}/with-components': {
4402
+ delete: {
4403
+ req: DeleteApiCrmServiceRefundPointsByIdWithComponentsData;
4404
+ res: {
4405
+ /**
4406
+ * Success
4407
+ */
4408
+ 200: unknown;
4409
+ /**
4410
+ * Bad Request
4411
+ */
4412
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4413
+ /**
4414
+ * Unauthorized
4415
+ */
4416
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4417
+ /**
4418
+ * Forbidden
4419
+ */
4420
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4421
+ /**
4422
+ * Not Found
4423
+ */
4424
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4425
+ /**
4426
+ * Server Error
4427
+ */
4428
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4429
+ /**
4430
+ * Server Error
4431
+ */
4432
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4433
+ };
4434
+ };
4435
+ };
4436
+ '/api/crm-service/refund-points/{id}/affiliations': {
4437
+ post: {
4438
+ req: PostApiCrmServiceRefundPointsByIdAffiliationsData;
4439
+ res: {
4440
+ /**
4441
+ * Success
4442
+ */
4443
+ 200: unknown;
4444
+ /**
4445
+ * Bad Request
4446
+ */
4447
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4448
+ /**
4449
+ * Unauthorized
4450
+ */
4451
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4452
+ /**
4453
+ * Forbidden
4454
+ */
4455
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4456
+ /**
4457
+ * Not Found
4458
+ */
4459
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4460
+ /**
4461
+ * Server Error
4462
+ */
4463
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4464
+ /**
4465
+ * Server Error
4466
+ */
4467
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4468
+ };
4469
+ };
4470
+ get: {
4471
+ req: GetApiCrmServiceRefundPointsByIdAffiliationsData;
4472
+ res: {
4473
+ /**
4474
+ * Success
4475
+ */
4476
+ 200: PagedResultDto_AffiliationTypeDto;
4477
+ /**
4478
+ * Bad Request
4479
+ */
4480
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4481
+ /**
4482
+ * Unauthorized
4483
+ */
4484
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4485
+ /**
4486
+ * Forbidden
4487
+ */
4488
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4489
+ /**
4490
+ * Not Found
4491
+ */
4492
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4493
+ /**
4494
+ * Server Error
4495
+ */
4496
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4497
+ /**
4498
+ * Server Error
4499
+ */
4500
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4501
+ };
4502
+ };
4503
+ };
4504
+ '/api/crm-service/refund-points/{id}/organizations/{organizationId}': {
4505
+ put: {
4506
+ req: PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData;
4507
+ res: {
4508
+ /**
4509
+ * Success
4510
+ */
4511
+ 200: UniRefund_CRMService_Organizations_OrganizationDto;
4512
+ /**
4513
+ * Bad Request
4514
+ */
4515
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4516
+ /**
4517
+ * Unauthorized
4518
+ */
4519
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4520
+ /**
4521
+ * Forbidden
4522
+ */
4523
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4524
+ /**
4525
+ * Not Found
4526
+ */
4527
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4528
+ /**
4529
+ * Server Error
4530
+ */
4531
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4532
+ /**
4533
+ * Server Error
4534
+ */
4535
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4536
+ };
4537
+ };
4538
+ };
4539
+ '/api/crm-service/refund-points/{id}/telephones/{telephoneId}': {
4540
+ put: {
4541
+ req: PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData;
4542
+ res: {
4304
4543
  /**
4305
4544
  * Success
4306
4545
  */
@@ -4472,6 +4711,76 @@ export type $OpenApiTs = {
4472
4711
  };
4473
4712
  };
4474
4713
  };
4714
+ '/api/crm-service/refund-points/{id}/affiliated-individual': {
4715
+ get: {
4716
+ req: GetApiCrmServiceRefundPointsByIdAffiliatedIndividualData;
4717
+ res: {
4718
+ /**
4719
+ * Success
4720
+ */
4721
+ 200: Array<UniRefund_CRMService_Merchants_SubIndividualDto>;
4722
+ /**
4723
+ * Bad Request
4724
+ */
4725
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4726
+ /**
4727
+ * Unauthorized
4728
+ */
4729
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4730
+ /**
4731
+ * Forbidden
4732
+ */
4733
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4734
+ /**
4735
+ * Not Found
4736
+ */
4737
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4738
+ /**
4739
+ * Server Error
4740
+ */
4741
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4742
+ /**
4743
+ * Server Error
4744
+ */
4745
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4746
+ };
4747
+ };
4748
+ };
4749
+ '/integration-api/refund-points': {
4750
+ get: {
4751
+ req: GetIntegrationApiRefundPointsData;
4752
+ res: {
4753
+ /**
4754
+ * Success
4755
+ */
4756
+ 200: UniRefund_CRMService_RefundPoints_RefundPointDetailForRefund;
4757
+ /**
4758
+ * Bad Request
4759
+ */
4760
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4761
+ /**
4762
+ * Unauthorized
4763
+ */
4764
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4765
+ /**
4766
+ * Forbidden
4767
+ */
4768
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4769
+ /**
4770
+ * Not Found
4771
+ */
4772
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4773
+ /**
4774
+ * Server Error
4775
+ */
4776
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4777
+ /**
4778
+ * Server Error
4779
+ */
4780
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4781
+ };
4782
+ };
4783
+ };
4475
4784
  '/api/crm-service/tax-frees': {
4476
4785
  get: {
4477
4786
  req: GetApiCrmServiceTaxFreesData;
@@ -4855,6 +5164,41 @@ export type $OpenApiTs = {
4855
5164
  };
4856
5165
  };
4857
5166
  };
5167
+ '/api/crm-service/tax-frees/{id}/affiliated-individuals': {
5168
+ get: {
5169
+ req: GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData;
5170
+ res: {
5171
+ /**
5172
+ * Success
5173
+ */
5174
+ 200: Array<UniRefund_CRMService_Merchants_SubIndividualDto>;
5175
+ /**
5176
+ * Bad Request
5177
+ */
5178
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
5179
+ /**
5180
+ * Unauthorized
5181
+ */
5182
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
5183
+ /**
5184
+ * Forbidden
5185
+ */
5186
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
5187
+ /**
5188
+ * Not Found
5189
+ */
5190
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
5191
+ /**
5192
+ * Server Error
5193
+ */
5194
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
5195
+ /**
5196
+ * Server Error
5197
+ */
5198
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
5199
+ };
5200
+ };
5201
+ };
4858
5202
  '/api/crm-service/tax-offices': {
4859
5203
  get: {
4860
5204
  req: GetApiCrmServiceTaxOfficesData;
@@ -5308,4 +5652,39 @@ export type $OpenApiTs = {
5308
5652
  };
5309
5653
  };
5310
5654
  };
5655
+ '/api/crm-service/tax-offices/{id}/affiliated-individuals': {
5656
+ get: {
5657
+ req: GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsData;
5658
+ res: {
5659
+ /**
5660
+ * Success
5661
+ */
5662
+ 200: Array<UniRefund_CRMService_Merchants_SubIndividualDto>;
5663
+ /**
5664
+ * Bad Request
5665
+ */
5666
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
5667
+ /**
5668
+ * Unauthorized
5669
+ */
5670
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
5671
+ /**
5672
+ * Forbidden
5673
+ */
5674
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
5675
+ /**
5676
+ * Not Found
5677
+ */
5678
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
5679
+ /**
5680
+ * Server Error
5681
+ */
5682
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
5683
+ /**
5684
+ * Server Error
5685
+ */
5686
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
5687
+ };
5688
+ };
5689
+ };
5311
5690
  };