@ayasofyazilim/saas 0.0.32 → 0.0.34

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.
Files changed (98) hide show
  1. package/AccountService/AccountServiceClient.ts +65 -65
  2. package/AccountService/core/ApiRequestOptions.ts +12 -12
  3. package/AccountService/core/BaseHttpRequest.ts +9 -9
  4. package/AccountService/core/FetchHttpRequest.ts +21 -21
  5. package/AccountService/core/OpenAPI.ts +55 -55
  6. package/AccountService/core/request.ts +340 -340
  7. package/AccountService/schemas.gen.ts +5103 -5103
  8. package/AccountService/services.gen.ts +1452 -1452
  9. package/AccountService/types.gen.ts +9896 -9896
  10. package/AdministrationService/AdministrationServiceClient.ts +74 -74
  11. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  12. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  13. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  14. package/AdministrationService/core/OpenAPI.ts +55 -55
  15. package/AdministrationService/core/request.ts +340 -340
  16. package/AdministrationService/index.ts +8 -8
  17. package/AdministrationService/schemas.gen.ts +5897 -5897
  18. package/AdministrationService/services.gen.ts +1332 -1332
  19. package/AdministrationService/types.gen.ts +9024 -9024
  20. package/BackerService/core/ApiRequestOptions.ts +12 -12
  21. package/BackerService/core/BaseHttpRequest.ts +9 -9
  22. package/BackerService/core/FetchHttpRequest.ts +21 -21
  23. package/BackerService/core/OpenAPI.ts +55 -55
  24. package/BackerService/core/request.ts +340 -340
  25. package/BackerService/schemas.gen.ts +12444 -12444
  26. package/CRMService/schemas.gen.ts +1251 -2
  27. package/CRMService/services.gen.ts +178 -10
  28. package/CRMService/types.gen.ts +312 -11
  29. package/ContractService/ContractServiceClient.ts +53 -0
  30. package/ContractService/core/ApiError.ts +21 -0
  31. package/ContractService/core/ApiRequestOptions.ts +13 -0
  32. package/ContractService/core/ApiResult.ts +7 -0
  33. package/ContractService/core/BaseHttpRequest.ts +10 -0
  34. package/ContractService/core/CancelablePromise.ts +126 -0
  35. package/ContractService/core/FetchHttpRequest.ts +22 -0
  36. package/ContractService/core/OpenAPI.ts +56 -0
  37. package/ContractService/core/request.ts +341 -0
  38. package/ContractService/index.ts +9 -0
  39. package/ContractService/schemas.gen.ts +10438 -0
  40. package/ContractService/services.gen.ts +2035 -0
  41. package/ContractService/types.gen.ts +4284 -0
  42. package/FundraiserService/FundraiserServiceClient.ts +47 -47
  43. package/FundraiserService/core/ApiError.ts +20 -20
  44. package/FundraiserService/core/ApiResult.ts +6 -6
  45. package/FundraiserService/core/CancelablePromise.ts +125 -125
  46. package/FundraiserService/index.ts +8 -8
  47. package/FundraiserService/schemas.gen.ts +11548 -11548
  48. package/FundraiserService/services.gen.ts +627 -627
  49. package/IdentityService/IdentityServiceClient.ts +77 -77
  50. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  51. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  52. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  53. package/IdentityService/core/OpenAPI.ts +55 -55
  54. package/IdentityService/core/request.ts +340 -340
  55. package/IdentityService/schemas.gen.ts +6573 -6573
  56. package/IdentityService/services.gen.ts +2839 -2839
  57. package/IdentityService/types.gen.ts +17446 -17446
  58. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  59. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  60. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  61. package/MerchantService/core/OpenAPI.ts +55 -55
  62. package/MerchantService/core/request.ts +340 -340
  63. package/MerchantService/schemas.gen.ts +14764 -14764
  64. package/MerchantService/services.gen.ts +1602 -1602
  65. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  66. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  67. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  68. package/ProjectService/core/OpenAPI.ts +55 -55
  69. package/ProjectService/core/request.ts +340 -340
  70. package/ProjectService/schemas.gen.ts +5147 -5147
  71. package/ProjectService/services.gen.ts +492 -492
  72. package/ProjectService.json +2937 -2937
  73. package/SaasService/core/ApiRequestOptions.ts +12 -12
  74. package/SaasService/core/BaseHttpRequest.ts +9 -9
  75. package/SaasService/core/FetchHttpRequest.ts +21 -21
  76. package/SaasService/core/OpenAPI.ts +55 -55
  77. package/SaasService/core/request.ts +340 -340
  78. package/SaasService/schemas.gen.ts +5278 -5278
  79. package/SaasService/services.gen.ts +1325 -1325
  80. package/SaasService/types.gen.ts +9052 -9052
  81. package/SettingService/SettingServiceClient.ts +62 -62
  82. package/SettingService/index.ts +8 -8
  83. package/TravellerService/TravellerServiceClient.ts +56 -0
  84. package/TravellerService/core/ApiError.ts +21 -0
  85. package/TravellerService/core/ApiRequestOptions.ts +13 -0
  86. package/TravellerService/core/ApiResult.ts +7 -0
  87. package/TravellerService/core/BaseHttpRequest.ts +10 -0
  88. package/TravellerService/core/CancelablePromise.ts +126 -0
  89. package/TravellerService/core/FetchHttpRequest.ts +22 -0
  90. package/TravellerService/core/OpenAPI.ts +56 -0
  91. package/TravellerService/core/request.ts +341 -0
  92. package/TravellerService/index.ts +9 -0
  93. package/TravellerService/schemas.gen.ts +7981 -0
  94. package/TravellerService/services.gen.ts +710 -0
  95. package/TravellerService/types.gen.ts +1851 -0
  96. package/generator.mjs +12 -0
  97. package/package.json +1 -1
  98. package/swagger.json +4794 -4794
@@ -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, GetApiCrmServiceAddressesData, GetApiCrmServiceAddressesResponse, PostApiCrmServiceAddressesData, PostApiCrmServiceAddressesResponse, GetApiCrmServiceAddressesByIdData, GetApiCrmServiceAddressesByIdResponse, PutApiCrmServiceAddressesByIdData, PutApiCrmServiceAddressesByIdResponse, DeleteApiCrmServiceAddressesByIdData, DeleteApiCrmServiceAddressesByIdResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsDetailByIdData, GetApiCrmServiceCustomsDetailByIdResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsWithComponentsByIdData, DeleteApiCrmServiceCustomsWithComponentsByIdResponse, PostApiCrmServiceCustomsByCustomsIdAffiliationsData, PostApiCrmServiceCustomsByCustomsIdAffiliationsResponse, GetApiCrmServiceCustomsByCustomsIdAffiliationsData, GetApiCrmServiceCustomsByCustomsIdAffiliationsResponse, GetApiCrmServiceEmailsData, GetApiCrmServiceEmailsResponse, PostApiCrmServiceEmailsData, PostApiCrmServiceEmailsResponse, GetApiCrmServiceEmailsByIdData, GetApiCrmServiceEmailsByIdResponse, PutApiCrmServiceEmailsByIdData, PutApiCrmServiceEmailsByIdResponse, DeleteApiCrmServiceEmailsByIdData, DeleteApiCrmServiceEmailsByIdResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsDetailByIdData, GetApiCrmServiceMerchantsDetailByIdResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsWithComponentsByIdData, DeleteApiCrmServiceMerchantsWithComponentsByIdResponse, PostApiCrmServiceMerchantsByMerchantIdAffiliationsData, PostApiCrmServiceMerchantsByMerchantIdAffiliationsResponse, GetApiCrmServiceMerchantsByMerchantIdAffiliationsData, GetApiCrmServiceMerchantsByMerchantIdAffiliationsResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsDetailByIdData, GetApiCrmServiceRefundPointsDetailByIdResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsWithComponentsByIdData, DeleteApiCrmServiceRefundPointsWithComponentsByIdResponse, PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsData, PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse, GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsData, GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesDetailByIdData, GetApiCrmServiceTaxFreesDetailByIdResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesWithComponentsByIdData, DeleteApiCrmServiceTaxFreesWithComponentsByIdResponse, PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData, PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse, GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData, GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesDetailByIdData, GetApiCrmServiceTaxOfficesDetailByIdResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesWithComponentsByIdData, DeleteApiCrmServiceTaxOfficesWithComponentsByIdResponse, PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData, PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData, GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse, GetApiCrmServiceTelephonesData, GetApiCrmServiceTelephonesResponse, PostApiCrmServiceTelephonesData, PostApiCrmServiceTelephonesResponse, GetApiCrmServiceTelephonesByIdData, GetApiCrmServiceTelephonesByIdResponse, PutApiCrmServiceTelephonesByIdData, PutApiCrmServiceTelephonesByIdResponse, DeleteApiCrmServiceTelephonesByIdData, DeleteApiCrmServiceTelephonesByIdResponse } from './types.gen';
5
+ import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAddressesData, GetApiCrmServiceAddressesResponse, PostApiCrmServiceAddressesData, PostApiCrmServiceAddressesResponse, GetApiCrmServiceAddressesByIdData, GetApiCrmServiceAddressesByIdResponse, PutApiCrmServiceAddressesByIdData, PutApiCrmServiceAddressesByIdResponse, DeleteApiCrmServiceAddressesByIdData, DeleteApiCrmServiceAddressesByIdResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsDetailByIdData, GetApiCrmServiceCustomsDetailByIdResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsWithComponentsByIdData, DeleteApiCrmServiceCustomsWithComponentsByIdResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdResponse, GetApiCrmServiceEmailsData, GetApiCrmServiceEmailsResponse, PostApiCrmServiceEmailsData, PostApiCrmServiceEmailsResponse, GetApiCrmServiceEmailsByIdData, GetApiCrmServiceEmailsByIdResponse, PutApiCrmServiceEmailsByIdData, PutApiCrmServiceEmailsByIdResponse, DeleteApiCrmServiceEmailsByIdData, DeleteApiCrmServiceEmailsByIdResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsDetailByIdData, GetApiCrmServiceMerchantsDetailByIdResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsWithComponentsByIdData, DeleteApiCrmServiceMerchantsWithComponentsByIdResponse, PostApiCrmServiceMerchantsByMerchantIdAffiliationsData, PostApiCrmServiceMerchantsByMerchantIdAffiliationsResponse, GetApiCrmServiceMerchantsByMerchantIdAffiliationsData, GetApiCrmServiceMerchantsByMerchantIdAffiliationsResponse, PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantData, PostApiCrmServiceMerchantsBulkProductGroupMerchantResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsDetailByIdData, GetApiCrmServiceRefundPointsDetailByIdResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsWithComponentsByIdData, DeleteApiCrmServiceRefundPointsWithComponentsByIdResponse, PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsData, PostApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse, GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsData, GetApiCrmServiceRefundPointsByRefundPointIdAffiliationsResponse, PutApiCrmServiceRefundPointsByIdOrganizationByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationByOrganizationIdResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesDetailByIdData, GetApiCrmServiceTaxFreesDetailByIdResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesWithComponentsByIdData, DeleteApiCrmServiceTaxFreesWithComponentsByIdResponse, PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData, PostApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse, GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsData, GetApiCrmServiceTaxFreesByTaxFreesIdAffiliationsResponse, PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesDetailByIdData, GetApiCrmServiceTaxOfficesDetailByIdResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesWithComponentsByIdData, DeleteApiCrmServiceTaxOfficesWithComponentsByIdResponse, PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData, PostApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsData, GetApiCrmServiceTaxOfficesByTaxOfficesIdAffiliationsResponse, PutApiCrmServiceTaxOfficesByIdOrganizationByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationByOrganizationIdResponse, GetApiCrmServiceTelephonesData, GetApiCrmServiceTelephonesResponse, PostApiCrmServiceTelephonesData, PostApiCrmServiceTelephonesResponse, GetApiCrmServiceTelephonesByIdData, GetApiCrmServiceTelephonesByIdResponse, PutApiCrmServiceTelephonesByIdData, PutApiCrmServiceTelephonesByIdResponse, DeleteApiCrmServiceTelephonesByIdData, DeleteApiCrmServiceTelephonesByIdResponse } from './types.gen';
6
6
 
7
7
  export class AbpApiDefinitionService {
8
8
  constructor(public readonly httpRequest: BaseHttpRequest) { }
@@ -328,17 +328,17 @@ export class CustomsService {
328
328
 
329
329
  /**
330
330
  * @param data The data for the request.
331
- * @param data.customsId
331
+ * @param data.id
332
332
  * @param data.requestBody
333
333
  * @returns unknown Success
334
334
  * @throws ApiError
335
335
  */
336
- public postApiCrmServiceCustomsByCustomsIdAffiliations(data: PostApiCrmServiceCustomsByCustomsIdAffiliationsData): CancelablePromise<PostApiCrmServiceCustomsByCustomsIdAffiliationsResponse> {
336
+ public postApiCrmServiceCustomsByIdAffiliations(data: PostApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<PostApiCrmServiceCustomsByIdAffiliationsResponse> {
337
337
  return this.httpRequest.request({
338
338
  method: 'POST',
339
- url: '/api/crm-service/customs/{customsId}/affiliations',
339
+ url: '/api/crm-service/customs/{id}/affiliations',
340
340
  path: {
341
- customsId: data.customsId
341
+ id: data.id
342
342
  },
343
343
  body: data.requestBody,
344
344
  mediaType: 'application/json',
@@ -355,19 +355,19 @@ export class CustomsService {
355
355
 
356
356
  /**
357
357
  * @param data The data for the request.
358
- * @param data.customsId
358
+ * @param data.id
359
359
  * @param data.sorting
360
360
  * @param data.skipCount
361
361
  * @param data.maxResultCount
362
362
  * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
363
363
  * @throws ApiError
364
364
  */
365
- public getApiCrmServiceCustomsByCustomsIdAffiliations(data: GetApiCrmServiceCustomsByCustomsIdAffiliationsData): CancelablePromise<GetApiCrmServiceCustomsByCustomsIdAffiliationsResponse> {
365
+ public getApiCrmServiceCustomsByIdAffiliations(data: GetApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceCustomsByIdAffiliationsResponse> {
366
366
  return this.httpRequest.request({
367
367
  method: 'GET',
368
- url: '/api/crm-service/customs/{customsId}/affiliations',
368
+ url: '/api/crm-service/customs/{id}/affiliations',
369
369
  path: {
370
- customsId: data.customsId
370
+ id: data.id
371
371
  },
372
372
  query: {
373
373
  Sorting: data.sorting,
@@ -385,6 +385,35 @@ export class CustomsService {
385
385
  });
386
386
  }
387
387
 
388
+ /**
389
+ * @param data The data for the request.
390
+ * @param data.id
391
+ * @param data.organizationId
392
+ * @param data.requestBody
393
+ * @returns unknown Success
394
+ * @throws ApiError
395
+ */
396
+ public putApiCrmServiceCustomsByIdOrganizationByOrganizationId(data: PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceCustomsByIdOrganizationByOrganizationIdResponse> {
397
+ return this.httpRequest.request({
398
+ method: 'PUT',
399
+ url: '/api/crm-service/customs/{id}/organization/{organizationId}',
400
+ path: {
401
+ id: data.id,
402
+ organizationId: data.organizationId
403
+ },
404
+ body: data.requestBody,
405
+ mediaType: 'application/json',
406
+ errors: {
407
+ 400: 'Bad Request',
408
+ 401: 'Unauthorized',
409
+ 403: 'Forbidden',
410
+ 404: 'Not Found',
411
+ 500: 'Server Error',
412
+ 501: 'Server Error'
413
+ }
414
+ });
415
+ }
416
+
388
417
  }
389
418
 
390
419
  export class EmailCommonDataService {
@@ -612,7 +641,7 @@ export class MerchantService {
612
641
  /**
613
642
  * @param data The data for the request.
614
643
  * @param data.id
615
- * @returns UniRefund_CRMService_Merchants_MerchantDto Success
644
+ * @returns UniRefund_CRMService_Merchants_MerchantDetailDto Success
616
645
  * @throws ApiError
617
646
  */
618
647
  public getApiCrmServiceMerchantsDetailById(data: GetApiCrmServiceMerchantsDetailByIdData): CancelablePromise<GetApiCrmServiceMerchantsDetailByIdResponse> {
@@ -739,6 +768,58 @@ export class MerchantService {
739
768
  });
740
769
  }
741
770
 
771
+ /**
772
+ * @param data The data for the request.
773
+ * @param data.id
774
+ * @param data.organizationId
775
+ * @param data.requestBody
776
+ * @returns unknown Success
777
+ * @throws ApiError
778
+ */
779
+ public putApiCrmServiceMerchantsByIdOrganizationByOrganizationId(data: PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdOrganizationByOrganizationIdResponse> {
780
+ return this.httpRequest.request({
781
+ method: 'PUT',
782
+ url: '/api/crm-service/merchants/{id}/organization/{organizationId}',
783
+ path: {
784
+ id: data.id,
785
+ organizationId: data.organizationId
786
+ },
787
+ body: data.requestBody,
788
+ mediaType: 'application/json',
789
+ errors: {
790
+ 400: 'Bad Request',
791
+ 401: 'Unauthorized',
792
+ 403: 'Forbidden',
793
+ 404: 'Not Found',
794
+ 500: 'Server Error',
795
+ 501: 'Server Error'
796
+ }
797
+ });
798
+ }
799
+
800
+ /**
801
+ * @param data The data for the request.
802
+ * @param data.requestBody
803
+ * @returns unknown Success
804
+ * @throws ApiError
805
+ */
806
+ public postApiCrmServiceMerchantsBulkProductGroupMerchant(data: PostApiCrmServiceMerchantsBulkProductGroupMerchantData = {}): CancelablePromise<PostApiCrmServiceMerchantsBulkProductGroupMerchantResponse> {
807
+ return this.httpRequest.request({
808
+ method: 'POST',
809
+ url: '/api/crm-service/merchants/bulk-product-group-merchant',
810
+ body: data.requestBody,
811
+ mediaType: 'application/json',
812
+ errors: {
813
+ 400: 'Bad Request',
814
+ 401: 'Unauthorized',
815
+ 403: 'Forbidden',
816
+ 404: 'Not Found',
817
+ 500: 'Server Error',
818
+ 501: 'Server Error'
819
+ }
820
+ });
821
+ }
822
+
742
823
  }
743
824
 
744
825
  export class OrganizationService {
@@ -962,6 +1043,35 @@ export class RefundPointService {
962
1043
  });
963
1044
  }
964
1045
 
1046
+ /**
1047
+ * @param data The data for the request.
1048
+ * @param data.id
1049
+ * @param data.organizationId
1050
+ * @param data.requestBody
1051
+ * @returns unknown Success
1052
+ * @throws ApiError
1053
+ */
1054
+ public putApiCrmServiceRefundPointsByIdOrganizationByOrganizationId(data: PutApiCrmServiceRefundPointsByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdOrganizationByOrganizationIdResponse> {
1055
+ return this.httpRequest.request({
1056
+ method: 'PUT',
1057
+ url: '/api/crm-service/refund-points/{id}/organization/{organizationId}',
1058
+ path: {
1059
+ id: data.id,
1060
+ organizationId: data.organizationId
1061
+ },
1062
+ body: data.requestBody,
1063
+ mediaType: 'application/json',
1064
+ errors: {
1065
+ 400: 'Bad Request',
1066
+ 401: 'Unauthorized',
1067
+ 403: 'Forbidden',
1068
+ 404: 'Not Found',
1069
+ 500: 'Server Error',
1070
+ 501: 'Server Error'
1071
+ }
1072
+ });
1073
+ }
1074
+
965
1075
  }
966
1076
 
967
1077
  export class TaxFreeService {
@@ -1125,6 +1235,35 @@ export class TaxFreeService {
1125
1235
  });
1126
1236
  }
1127
1237
 
1238
+ /**
1239
+ * @param data The data for the request.
1240
+ * @param data.id
1241
+ * @param data.organizationId
1242
+ * @param data.requestBody
1243
+ * @returns unknown Success
1244
+ * @throws ApiError
1245
+ */
1246
+ public putApiCrmServiceTaxFreesByIdOrganizationByOrganizationId(data: PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdOrganizationByOrganizationIdResponse> {
1247
+ return this.httpRequest.request({
1248
+ method: 'PUT',
1249
+ url: '/api/crm-service/tax-frees/{id}/organization/{organizationId}',
1250
+ path: {
1251
+ id: data.id,
1252
+ organizationId: data.organizationId
1253
+ },
1254
+ body: data.requestBody,
1255
+ mediaType: 'application/json',
1256
+ errors: {
1257
+ 400: 'Bad Request',
1258
+ 401: 'Unauthorized',
1259
+ 403: 'Forbidden',
1260
+ 404: 'Not Found',
1261
+ 500: 'Server Error',
1262
+ 501: 'Server Error'
1263
+ }
1264
+ });
1265
+ }
1266
+
1128
1267
  }
1129
1268
 
1130
1269
  export class TaxOfficeService {
@@ -1288,6 +1427,35 @@ export class TaxOfficeService {
1288
1427
  });
1289
1428
  }
1290
1429
 
1430
+ /**
1431
+ * @param data The data for the request.
1432
+ * @param data.id
1433
+ * @param data.organizationId
1434
+ * @param data.requestBody
1435
+ * @returns unknown Success
1436
+ * @throws ApiError
1437
+ */
1438
+ public putApiCrmServiceTaxOfficesByIdOrganizationByOrganizationId(data: PutApiCrmServiceTaxOfficesByIdOrganizationByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdOrganizationByOrganizationIdResponse> {
1439
+ return this.httpRequest.request({
1440
+ method: 'PUT',
1441
+ url: '/api/crm-service/tax-offices/{id}/organization/{organizationId}',
1442
+ path: {
1443
+ id: data.id,
1444
+ organizationId: data.organizationId
1445
+ },
1446
+ body: data.requestBody,
1447
+ mediaType: 'application/json',
1448
+ errors: {
1449
+ 400: 'Bad Request',
1450
+ 401: 'Unauthorized',
1451
+ 403: 'Forbidden',
1452
+ 404: 'Not Found',
1453
+ 500: 'Server Error',
1454
+ 501: 'Server Error'
1455
+ }
1456
+ });
1457
+ }
1458
+
1291
1459
  }
1292
1460
 
1293
1461
  export class TelephoneTypeService {